home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / atbash2.zip / ATBASH2.NEW < prev    next >
Text File  |  1995-01-29  |  1KB  |  30 lines

  1. ATBASH2.NEW -- WHAT IS NEW WITH VERSION 2 OF ATBASH
  2.  
  3. ATBASH2 uses the Sapphire II Stream Cipher instead a version of the original
  4. Sapphire Stream Cipher.  This means two things:
  5.  
  6. 1.  ATBASH2 encrypted files are less vulnerable to a kind of attack that only
  7. works with a very large number of known plain text/cipher text pairs.  The
  8. likelihood of this kind of attack for what I think would be normal use of
  9. ATBASH is minimal, but I think it is worth the effort of the additional
  10. protection.
  11.  
  12. 2.  Unfortunately, ATBASH2 and ATBASH cannot interchange encrypted files. You
  13. have to use the same program to decrypt as you used to encrypt.  The reason I
  14. renamed the executable file is so that you can keep both around if you want
  15. to.  If you have encrypted files that you want to convert to the new (slightly
  16. more secure) format, just decrypt them with ATBASH, then encrypt them with
  17. ATBASH2.
  18.  
  19. ATBASH2 also includes more documentation of how the stream cipher works, so
  20. that you can examine it yourself and see if you want to trust it or not.
  21. This is not a security problem, since the Sapphire II Stream Cipher's
  22. security lies in the secrecy of your passphrase, not in the secrecy of the
  23. algorithm.
  24.  
  25. A minor change is that this distribution is digitally signed using MD5SUM and
  26. PGP for strong assurance of the integrity of the files enclosed in this
  27. archive (much stronger than the PKZIP -AV indication or the similar ARJ
  28. security envelope, both of which can be forged).
  29.  
  30.